github.com/google/go-cmp/cmp.textRecord.ElideComma (field)

11 uses

	github.com/google/go-cmp/cmp (current package)
		report_reflect.go#L337: 		list = append(list, textRecord{Diff: opts.DiffMode, Value: textLine(prefix + `"""`), ElideComma: true})
		report_reflect.go#L341: 				list = append(list, textRecord{Diff: opts.DiffMode, Value: textEllipsis, ElideComma: true, Comment: comment})
		report_reflect.go#L344: 			list = append(list, textRecord{Diff: opts.DiffMode, Value: textLine(line), ElideComma: true})
		report_reflect.go#L346: 		list = append(list, textRecord{Diff: opts.DiffMode, Value: textLine(prefix + `"""`), ElideComma: true})
		report_slices.go#L195: 		list2 = append(list2, textRecord{Value: textLine(`"""`), ElideComma: true})
		report_slices.go#L222: 				r.ElideComma = true
		report_slices.go#L233: 		list2 = append(list2, textRecord{Value: textLine(`"""`), ElideComma: true})
		report_text.go#L146: 	ElideComma bool         // avoid trailing comma
		report_text.go#L157: 			*s = append(*s, textRecord{Value: textEllipsis, ElideComma: true, Comment: ds})
		report_text.go#L159: 			*s = append(*s, textRecord{Value: textEllipsis, ElideComma: true})
		report_text.go#L298: 		if !r.ElideComma {